Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NDeserializer Class / NDeserializer Constructor / NDeserializer Constructor(NList<NModelTransform>,NTypeResolver,NTypeActivatorFactory,NTypeAdapterFactory,INLog)


In This Topic
    NDeserializer Constructor(NList<NModelTransform>,NTypeResolver,NTypeActivatorFactory,NTypeAdapterFactory,INLog)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal modelTransforms As NList(Of NModelTransform), _
       ByVal typeResolver As NTypeResolver, _
       ByVal typeActivatorFactory As NTypeActivatorFactory, _
       ByVal typeAdapterFactory As NTypeAdapterFactory, _
       ByVal log As INLog _
    )
    'Usage
     
    
    Dim modelTransforms As NList(Of NModelTransform)
    Dim typeResolver As NTypeResolver
    Dim typeActivatorFactory As NTypeActivatorFactory
    Dim typeAdapterFactory As NTypeAdapterFactory
    Dim log As INLog
     
    Dim instance As New NDeserializer(modelTransforms, typeResolver, typeActivatorFactory, typeAdapterFactory, log)

    Parameters

    modelTransforms
    typeResolver
    typeActivatorFactory
    typeAdapterFactory
    log
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also